InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class / Key Property

In This Topic
    Key Property (ObservableKeyValuePair<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Key As TKey
    public TKey Key {get; set;}
    See Also